Browse Source

changed location of users.list

root 1 year ago
parent
commit
3ebd94cf05
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docker-compose.yml

+ 2 - 3
docker-compose.yml

@@ -14,14 +14,13 @@ services:
 
 #    ports:
 #      - "3389:3389"
-#      - "2222:22"
 
     volumes:
       - ./data/home/:/home/
       - ./data/etc/s6-overlay/s6-rc.d/init-custom-users:/etc/s6-overlay/s6-rc.d/init-custom-users 
 #     - ./data/ssh/:/etc/ssh/
-#     - ./data/opt/:/opt/
-      - ./data/users.list:/etc/users.list
+      - ./data/opt/:/opt/
+      - ./users.list:/etc/users.list
 
     environment:
       - PUID=1000