diff --git a/wallo.yaml b/wallo.yaml index acd14f6..7619b41 100644 --- a/wallo.yaml +++ b/wallo.yaml @@ -5,9 +5,9 @@ services: ports: - "8282:80/tcp" environment: - - PUID: 1001 - - PGID: 998 - - TZ: America/Chicago + PUID: 1001 + PGID: 998 + TZ: America/Chicago # Volumes store your data between container upgrades volumes: - '/data/nfs/Baxter/Docker/wallos/db:/var/www/html/db'