Skip to content

Commit

Permalink
Merge pull request #19 from MaddyGuthridge/maddy-bump-to-0.5.0
Browse files Browse the repository at this point in the history
Use docker hub image in docker-compose.yml
  • Loading branch information
MaddyGuthridge authored Oct 1, 2024
2 parents 6633352 + 0d1022a commit 474c466
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
# It is not necessary to set up other environment variables
services:
minifolio:
# image: maddyguthridge/minifolio
build:
context: .
ssh:
- default
# Uncomment these lines to build from the local repository, rather than the
# latest published version
# build:
# context: .
# ssh:
# - default
# And comment out this line
image: maddyguthridge/minifolio
hostname: minifolio
restart: always
ports:
Expand Down

0 comments on commit 474c466

Please sign in to comment.