Refactor swarm/apps.yml to remove unnecessary 'user' field

This commit is contained in:
2024-06-02 20:25:13 +08:00
parent 1e59b91a0e
commit 458fe871f4
-1
View File
@@ -84,7 +84,6 @@ services:
privatebin:
image: privatebin/nginx-fpm-alpine:latest
read_only: true
user: "1000:1000"
volumes:
- privatebin_data:/srv/data # data volume for pastes allows pastes
# to persist after container stop or restart