switch branches after update

This commit is contained in:
mercury
2024-03-21 01:19:19 +04:00
parent 9f1b3d84f4
commit 5b1bf2b3d5
6 changed files with 53 additions and 2 deletions
+2 -2
View File
@@ -74,7 +74,6 @@ services:
- ./config/sshd_config:/etc/ssh/sshd_config
- ./logs/:/logs/
- ./app/webapp:/app
- ./app/login.html:/app/login.html
ports:
- 80:80
hostname: nginx
@@ -96,7 +95,7 @@ services:
ipv4_address: 10.10.1.2
logging: *default-logging
php:
image: mercurykd/vpnbot-php:1.2
image: mercurykd/vpnbot-php:1.3
build:
dockerfile: dockerfile/php.dockerfile
args:
@@ -117,6 +116,7 @@ services:
- ./mirror:/mirror
- ./.env:/mirror/.env
- ./update:/update
- ./.git:/.git
environment:
IP: ${IP}
VER: ${VER}