Update docker-compose.yml

This commit is contained in:
浪子 2024-08-30 13:22:41 +08:00 committed by GitHub
parent 4233c6acaa
commit 45c63872d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 9 deletions

View File

@ -15,7 +15,7 @@ services:
- ./postgres:/var/lib/postgresql/data - ./postgres:/var/lib/postgresql/data
web: web:
image: pleroma image: jkjoy/pleroma
container_name: pleroma_web container_name: pleroma_web
healthcheck: healthcheck:
test: test:
@ -23,14 +23,6 @@ services:
restart: always restart: always
ports: ports:
- "4000:4000" - "4000:4000"
build:
context: .
# Feel free to remove or override this section
# See 'Build-time variables' in README.md
args:
- "UID=1000"
- "GID=1000"
- "PLEROMA_VER=v2.4.2"
volumes: volumes:
- ./uploads:/var/lib/pleroma/uploads - ./uploads:/var/lib/pleroma/uploads
- ./static:/var/lib/pleroma/static - ./static:/var/lib/pleroma/static