Version2
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
girlsday:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
platforms:
|
||||
- linux/amd64
|
||||
image: gitea.teamthiele.de/ethiele/girlsday:latest
|
||||
container_name: girlsday
|
||||
ports:
|
||||
- "8081:5555"
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user