update
This commit is contained in:
parent
992515e75e
commit
ea96779d0f
@ -1,20 +1,20 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
sftp:
|
||||
# command: command
|
||||
container_name: v2
|
||||
image: app:latest
|
||||
container_name: sftp
|
||||
image: drakkan/sftpgo
|
||||
restart: always
|
||||
ports:
|
||||
- 3111-3222:3111-3222
|
||||
- 8080:8888
|
||||
networks:
|
||||
- local
|
||||
volumes:
|
||||
- ${DIR}:/etc/app
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${DIR}:/app
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
|
||||
environment:
|
||||
APP_ADDRESS: 0.0.0.0:3111
|
||||
# environment:
|
||||
# APP_ADDRESS: 0.0.0.0:3111
|
||||
|
||||
networks:
|
||||
local:
|
||||
|
Loading…
Reference in New Issue
Block a user