mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 16:28:30 +02:00
chore(compose): comment out user for lite variant in example configuration
This commit is contained in:
@@ -25,6 +25,7 @@ services:
|
|||||||
container_name: godoxy-frontend
|
container_name: godoxy-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
# comment out `user` for lite variant
|
||||||
user: ${GODOXY_UID:-1000}:${GODOXY_GID:-1000}
|
user: ${GODOXY_UID:-1000}:${GODOXY_GID:-1000}
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
|
|||||||
Reference in New Issue
Block a user