switch branches after update
This commit is contained in:
+2
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user