mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor swarm/apps.yml to remove unnecessary 'user' field
This commit is contained in:
@@ -198,7 +198,6 @@ services:
|
|||||||
privatebin:
|
privatebin:
|
||||||
image: privatebin/nginx-fpm-alpine:latest
|
image: privatebin/nginx-fpm-alpine:latest
|
||||||
read_only: true
|
read_only: true
|
||||||
user: "1000:1000"
|
|
||||||
volumes:
|
volumes:
|
||||||
- privatebin_data:/srv/data # data volume for pastes allows pastes
|
- privatebin_data:/srv/data # data volume for pastes allows pastes
|
||||||
# to persist after container stop or restart
|
# to persist after container stop or restart
|
||||||
|
|||||||
Reference in New Issue
Block a user