feat: update
This commit is contained in:
parent
992515e75e
commit
b675d47426
@ -1,24 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
u22:
|
||||
# command: command
|
||||
container_name: v2
|
||||
image: app:latest
|
||||
container_name:
|
||||
image: ubuntu:22.04
|
||||
restart: always
|
||||
ports:
|
||||
- 3111-3222:3111-3222
|
||||
networks:
|
||||
- local
|
||||
# ports:
|
||||
# - 3111-3222:3111-3222
|
||||
# networks:
|
||||
# - local
|
||||
privileged: true
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ${DIR}:/etc/app
|
||||
- ${ROOT_DIR}:/root
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
environment:
|
||||
APP_ADDRESS: 0.0.0.0:3111
|
||||
|
||||
networks:
|
||||
local:
|
||||
name: local
|
||||
external: true
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user