Use new image pstuifzand/ekster
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- Don't add current directory as volume
This commit is contained in:
parent
44565dd392
commit
8b2f600259
|
@ -4,12 +4,11 @@ services:
|
|||
image: "redis:5"
|
||||
|
||||
web:
|
||||
image: "pstuifzand/eksterd:alpine"
|
||||
image: "pstuifzand/ekster:alpine"
|
||||
working_dir: /opt/microsub
|
||||
links:
|
||||
- redis:redis
|
||||
volumes:
|
||||
- .:/app:ro
|
||||
- ./data:/opt/microsub
|
||||
entrypoint: /app/eksterd
|
||||
command: -auth=false -port 80 -templates /app/templates
|
||||
|
|
Loading…
Reference in New Issue
Block a user