소스 검색

update docker-compose

Mehdi Benadel 2 년 전
부모
커밋
b1ff44ca2f
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 8
      docker-compose.yml

+ 2 - 8
docker-compose.yml

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