Files
projects/vm/docker-compose.yml
2022-09-26 12:40:38 +01:00

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: