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.
|
||||
#
|
||||
services:
|
||||
app:
|
||||
app_homepage:
|
||||
image: php:8.2-apache
|
||||
hostname: app
|
||||
container_name: app
|
||||
hostname: app_homepage
|
||||
container_name: app_homepage
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
@@ -16,10 +16,10 @@ services:
|
||||
entrypoint: ["bash", "/entrypoint.sh"]
|
||||
networks:
|
||||
- labnet
|
||||
adm:
|
||||
adm_homepage:
|
||||
image: php:8.2-apache
|
||||
hostname: adm
|
||||
container_name: adm
|
||||
hostname: adm_homepage
|
||||
container_name: adm_homepage
|
||||
ports:
|
||||
- "8081:80"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user