Skip to content

Commit

Permalink
fix a long standing issue in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 15, 2024
1 parent 0d585c0 commit 4ef2239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/install/docker_compose.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
container_name: olivetin
image: jamesread/olivetin
volumes:
- /docker/OliveTin:/config # replace host path or volume as needed
- OliveTin-config:/config # replace host path or volume as needed
ports:
- "1337:1337"
restart: unless-stopped
Expand Down

0 comments on commit 4ef2239

Please sign in to comment.