Moving pages into sub-folders.
@@ -5,10 +5,22 @@ services:
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./:/var/www/html:Z
|
||||
- ./web/:/var/www/html:Z
|
||||
- ./vendor/:/var/www/html/vendor:Z
|
||||
networks:
|
||||
- labnet
|
||||
|
||||
cal:
|
||||
image: php:8.2-apache
|
||||
container_name: calendar
|
||||
ports:
|
||||
- "8081:80"
|
||||
volumes:
|
||||
- ./cal/:/var/www/html:Z
|
||||
- ./vendor/:/var/www/html/vendor:Z
|
||||
networks:
|
||||
- labnet
|
||||
profiles:
|
||||
- cal
|
||||
networks:
|
||||
labnet:
|
||||
external: true
|
||||
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |