This commit is contained in:
bjoernellens1 2023-11-30 09:19:48 +01:00 committed by GitHub
parent a953f88633
commit 984aedad5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ services:
container_name: olivetin container_name: olivetin
image: jamesread/olivetin image: jamesread/olivetin
volumes: volumes:
- ./config/olivetin.yaml:/config # replace host path or volume as needed - ./config/olivetin.yaml:/config/config.yaml # replace host path or volume as needed
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
ports: ports:
- "88:1337" - "88:1337"