Hacked container names to resolve conflicts on live server.
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
# Check README.md for some notes on the intended usage here.
|
# Check README.md for some notes on the intended usage here.
|
||||||
#
|
#
|
||||||
services:
|
services:
|
||||||
app:
|
app_homepage:
|
||||||
image: php:8.2-apache
|
image: php:8.2-apache
|
||||||
hostname: app
|
hostname: app_homepage
|
||||||
container_name: app
|
container_name: app_homepage
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -16,10 +16,10 @@ services:
|
|||||||
entrypoint: ["bash", "/entrypoint.sh"]
|
entrypoint: ["bash", "/entrypoint.sh"]
|
||||||
networks:
|
networks:
|
||||||
- labnet
|
- labnet
|
||||||
adm:
|
adm_homepage:
|
||||||
image: php:8.2-apache
|
image: php:8.2-apache
|
||||||
hostname: adm
|
hostname: adm_homepage
|
||||||
container_name: adm
|
container_name: adm_homepage
|
||||||
ports:
|
ports:
|
||||||
- "8081:80"
|
- "8081:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user