From 458fe871f4f106be9c1e215a1bfcb75218167aac Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sun, 2 Jun 2024 20:25:13 +0800 Subject: [PATCH] Refactor swarm/apps.yml to remove unnecessary 'user' field --- swarm/apps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/apps.yml b/swarm/apps.yml index ff9613f..987771a 100644 --- a/swarm/apps.yml +++ b/swarm/apps.yml @@ -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