update docker-compose

This commit is contained in:
Mehdi Benadel 2022-12-24 16:32:28 +01:00 committed by Mehdi Zakaria Benadel (Rebase PR Action)
parent cebb463654
commit b1ff44ca2f
1 changed files with 2 additions and 8 deletions

View File

@ -14,10 +14,7 @@ services:
## App and Worker
app:
# Comment to use dockerhub image
build:
context: .
dockerfile: contrib/docker/Dockerfile.apache
image: pixelfed
image: pixelfed/pixelfed:latest
restart: unless-stopped
env_file:
- .env.docker
@ -35,10 +32,7 @@ services:
- redis
worker:
build:
context: .
dockerfile: contrib/docker/Dockerfile.apache
image: pixelfed
image: pixelfed/pixelfed:latest
restart: unless-stopped
env_file:
- .env.docker