Update docker-compose.yml

pull/1313/head
Shlee 2019-06-03 10:53:13 +08:00 zatwierdzone przez GitHub
rodzic dc6dccec15
commit 04077c2ba1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ services:
# Comment to use dockerhub image
build: .
image: pixelfed
restart: always
restart: unless-stopped
## If you have a traefik running, uncomment this to expose Pixelfed
# labels:
# - traefik.enable=true
@ -38,7 +38,7 @@ services:
# Comment to use dockerhub image
build: .
image: pixelfed
restart: always
restart: unless-stopped
env_file:
- ./.env
volumes:
@ -51,7 +51,7 @@ services:
db:
image: mysql:8.0
restart: always
restart: unless-stopped
networks:
- internal
environment:
@ -64,7 +64,7 @@ services:
redis:
image: redis:5-alpine
restart: always
restart: unless-stopped
volumes:
- "redis-data:/data"
networks: