another attempt that runs but is stuck in a loop?
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
#target: final
|
||||
container_name: 'MauMau-server'
|
||||
restart: always
|
||||
networks:
|
||||
- maumau
|
||||
networks:
|
||||
maumau:
|
||||
# hier later extern naar client
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user