Browse Source

fix port number

Christian Lempa 2 năm trước cách đây
mục cha
commit
44aa519b68

+ 1 - 1
docker-compose/ansiblesemaphore/docker-compose.yaml

@@ -19,7 +19,7 @@ services:
     image: semaphoreui/semaphore:v2.8.90
     image: semaphoreui/semaphore:v2.8.90
     user: "${UID}:${GID}"
     user: "${UID}:${GID}"
     ports:
     ports:
-      - 3001:3000
+      - 3000:3000
     environment:
     environment:
       - SEMAPHORE_DB_USER=semaphore
       - SEMAPHORE_DB_USER=semaphore
       - SEMAPHORE_DB_PASS=secret-password  # change!
       - SEMAPHORE_DB_PASS=secret-password  # change!