From 2e8dcea5a7ed0a02cc48dae573175873f7c5d193 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 8 Apr 2023 11:02:19 -0500 Subject: [PATCH] cleaned up comments --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c1aec60..e12a5f0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -558,15 +558,15 @@ services: container_name: webtop image: lscr.io/linuxserver/webtop:ubuntu-xfce security_opt: - - seccomp:unconfined #optional + - seccomp:unconfined environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - - SUBFOLDER=/ #optional - - KEYBOARD=en-us-qwerty #optional - - TITLE=Ubuntu #optional - shm_size: "1gb" #optional + - SUBFOLDER=/ + - KEYBOARD=en-us-qwerty + - TITLE=Ubuntu + shm_size: "1gb" ports: - 3023:3000 restart: unless-stopped @@ -574,4 +574,4 @@ services: - ./appdata/webtop:/config networks: - default: \ No newline at end of file + default: