feat: update

This commit is contained in:
liuyx 2024-09-02 15:22:11 +08:00
parent b675d47426
commit 8978d12a52

View File

@ -1,7 +1,7 @@
services:
u22:
# command: command
container_name:
container_name: u22
image: ubuntu:22.04
restart: always
# ports:
@ -15,4 +15,4 @@ services:
- /etc/localtime:/etc/localtime:ro
environment:
APP_ADDRESS: 0.0.0.0:3111
command: ['tail', '-f', '/dev/null']