Fix cron build context to match Dockerfile COPY paths
This commit is contained in:
parent
8924da6140
commit
cda610dc01
1 changed files with 2 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
|
|
||||||
outline:
|
outline:
|
||||||
image: docker.getoutline.com/outlinewiki/outline:latest
|
image: docker.getoutline.com/outlinewiki/outline:1.6.1
|
||||||
container_name: outline
|
container_name: outline
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|
@ -70,8 +70,7 @@ services:
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: ./cron
|
||||||
dockerfile: cron/Dockerfile
|
|
||||||
container_name: outline-cron
|
container_name: outline-cron
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue