Browse Source

renamed to terminalserver2

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

+ 3 - 3
docker-compose.yml

@@ -1,15 +1,15 @@
 version: '3.8'
 version: '3.8'
 services:
 services:
   terminalserver:
   terminalserver:
-    image: toastie89/terminalserver
+    image: toastie89/terminalserver2
     shm_size: '1G'
     shm_size: '1G'
 
 
     build:
     build:
       context: ./build
       context: ./build
       args:
       args:
         ADDITIONAL_PACKAGES: ${ADDITIONAL_PACKAGES} 
         ADDITIONAL_PACKAGES: ${ADDITIONAL_PACKAGES} 
-    container_name: terminalserver
-    hostname: terminalserver
+    container_name: terminalserver2
+    hostname: terminalserver2
     restart: on-failure:3
     restart: on-failure:3
 
 
 #    ports:
 #    ports: