Update docker-compose.yml

This commit is contained in:
Jordan Geurtsen
2023-04-24 14:01:38 +02:00
committed by GitHub
parent 072ad05ce2
commit b589780e74

View File

@@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: 'MauMau-Client' container_name: 'MauMau-Client'
ports: ports:
- '3000:3000' - '80:80'
restart: always restart: always
networks: networks:
- MauMau - MauMau