Skip to content

Commit 474c466

Browse files
Merge pull request #19 from MaddyGuthridge/maddy-bump-to-0.5.0
Use docker hub image in docker-compose.yml
2 parents 6633352 + 0d1022a commit 474c466

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docker-compose.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@
1212
# It is not necessary to set up other environment variables
1313
services:
1414
minifolio:
15-
# image: maddyguthridge/minifolio
16-
build:
17-
context: .
18-
ssh:
19-
- default
15+
# Uncomment these lines to build from the local repository, rather than the
16+
# latest published version
17+
# build:
18+
# context: .
19+
# ssh:
20+
# - default
21+
# And comment out this line
22+
image: maddyguthridge/minifolio
2023
hostname: minifolio
2124
restart: always
2225
ports:

0 commit comments

Comments
 (0)