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