mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-20 08:35:11 +01: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
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
# comment out `user` for lite variant
|
||||
user: ${GODOXY_UID:-1000}:${GODOXY_GID:-1000}
|
||||
read_only: true
|
||||
tmpfs:
|
||||
|
||||
Reference in New Issue
Block a user