Created
May 27, 2023 15:07
-
-
Save ozbeksu/647129deffd61c7c066347453ba8ef15 to your computer and use it in GitHub Desktop.
docker-compose file for ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
services: | |
ubuntu: | |
container_name: ubuntu | |
image: ubuntu:latest | |
hostname: ubuntu | |
tty: true | |
volumes: | |
- ./dump:/dump:ro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment