first3
This commit is contained in:
@@ -41,4 +41,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy stack
|
- name: Deploy stack
|
||||||
run: |
|
run: |
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ services:
|
|||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
deploy: {} # optional (ignored by compose, boleh hapus)
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /home/script:/home/script
|
- /home/script:/home/script
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user