16 lines
224 B
YAML
16 lines
224 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
ubuntu:
|
|
image: ubuntu
|
|
container_name: ubuntu
|
|
stdin_open: true
|
|
tty: true
|
|
environment:
|
|
HOST_IP: 192.168.2.200
|
|
volumes:
|
|
- "./src:/src"
|
|
|
|
# volumes:
|
|
# ubuntu-data:
|