added port sharing and add to network
This commit is contained in:
@@ -71,5 +71,9 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: "${ICECAST_HOST}"
|
container_name: "${ICECAST_HOST}"
|
||||||
restart: always
|
restart: always
|
||||||
|
networks:
|
||||||
|
- app-network
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
|
ports:
|
||||||
|
- "${ICECAST_PORT}:${ICECAST_PORT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user