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

This commit is contained in:
2024-06-02 20:36:15 +08:00
parent 458fe871f4
commit a17d0cd2e2
-1
View File
@@ -198,7 +198,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