update docker-compose

pull/4050/head
Mehdi Benadel 2022-12-24 16:32:28 +01:00 zatwierdzone przez Mehdi Zakaria Benadel (Rebase PR Action)
rodzic cebb463654
commit b1ff44ca2f
1 zmienionych plików z 2 dodań i 8 usunięć

Wyświetl plik

@ -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