Attempting a simpler configuration. Podman doesn't like it. Moving to Docker for sanity check.
This commit is contained in:
@@ -5,28 +5,22 @@ services:
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./web/:/var/www/html:Z
|
||||
- ./vendor/:/var/www/html/vendor:Z
|
||||
- ./lib.php:/var/www/html/lib.php:Z
|
||||
- ./app/:/var/www/html:Z
|
||||
- ./lib:/var/www/html/lib:Z
|
||||
- ./dat.live:/var/www/html/dat:Z
|
||||
networks:
|
||||
- labnet
|
||||
profiles:
|
||||
- app
|
||||
cal:
|
||||
adm:
|
||||
image: php:8.2-apache
|
||||
container_name: cal
|
||||
container_name: adm
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8081:80"
|
||||
volumes:
|
||||
- ./cal/:/var/www/html:Z
|
||||
- ./vendor/:/var/www/html/vendor:Z
|
||||
- ./lib.php:/var/www/html/lib.php:Z
|
||||
- ./adm/:/var/www/html:Z
|
||||
- ./lib:/var/www/html/lib:Z
|
||||
- ./dat.live:/var/www/html/dat:Z
|
||||
networks:
|
||||
- labnet
|
||||
profiles:
|
||||
- cal
|
||||
networks:
|
||||
labnet:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user