another attempt that runs but is stuck in a loop?

This commit is contained in:
2023-03-20 16:58:48 +01:00
parent 9fa7e21406
commit cc6a7aa6d2
5 changed files with 37 additions and 17 deletions

15
docker-compose.yml Normal file
View 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